home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GAS211S2.ZIP / src / gas-211 / opcodes / m68881-e.c < prev    next >
C/C++ Source or Header  |  1993-05-30  |  157b  |  7 lines

  1. #include "ieee-float.h"
  2.  
  3. CONST struct ext_format ext_format_68881 = {
  4. /* tot sbyte smask expbyte manbyte */
  5.    12, 0,    0x80, 0,1,       4,8        /* mc68881 */
  6. };
  7.